home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / mono / c.dxr / 00062.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  286 b   |  16 lines

  1. on exitFrame
  2.   global spnumlist, waittime, vspritelist
  3.   if rollOver(15) then
  4.     curcontrol(15)
  5.   else
  6.     if spnumlist = [] then
  7.       go("wait")
  8.       set vspritelist to []
  9.     else
  10.       showsprite()
  11.       startTimer()
  12.       set waittime to 60 + random(120)
  13.     end if
  14.   end if
  15. end
  16.